h1,h2,h3,h3,h5,h6 {
    font-family: 'Noto Sans TC', sans-serif;
}

p,a,input,label,textarea,span,ul,li {
    font-family: 'Noto Sans HK', sans-serif;
}

.btn {
    background: #F05F5C;
    color: white;
    padding: 9px 26px;
    border-radius: 20px;
}

.aligned-icon {
    vertical-align: top;
}

h3 {
    font-size: 30px;
    line-height: 1.5;
}

a {
    text-decoration: none;
}

p {
    color:#707070;
}

img {
    max-width: 100%;
}

p.lead {
    color:black;
}

header li {
    margin: 0 10px;
}


#banner-large .p-5 {
    height:70vh;    
}

#banner-large h1 {
    color: #f50703;    
}

#banner-large p {
    color:#f3f2f2;

}

#banner-large .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#intro-1 {
    padding: 80px 0px;
}

#intro-1 h3 {
    margin-bottom: 80px;
}

#intro-1 img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-bottom: 14px;
}

#latest {
    padding: 80px 0px;
    background: rgb(248,248,248);
}

#latest h3 {
    margin-bottom: 80px;
}

#latest .display-1 {
    background: white;
    box-shadow: 0 0 8px 0 rgb(0,0,0,0.08);
}


#latest .upper {
    position: relative;
}

#latest .inner-text {
    position: absolute;
    bottom: 30px;
    left: 28px;
}

#latest .inner-text span {
    font-size: 15px;
    background: rgba(255,255,255,0.6);
    padding: 6px 15px;
    border-radius: 20px;
}

#latest .inner-text h4 {
    font-size: 15px;
    margin-top: 13px;
    margin-bottom: -3.5rem;
}

#latest .lower h3 {
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 32px;
}

#latest .lower span {
    font-size: 12px;
    vertical-align: top;
}

#latest .lower {
    line-height: 25px;
    padding: 10px 20px 20px 20px;
}

#latest a {
    color:black;
}

footer {
    border-top: solid 1px #c9c9c9;
    padding: 80px 0px;
}

footer img {
    width: 112px;
    margin-bottom:26px;
}

footer h4 {
    margin-bottom:26px;
}

footer a {
    color: red;
}

footer ul {
    list-style: none;
    padding: 0;
    float: left;
    margin-right:50px;

}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a{
    color: #707070;
}

#copyRight p {
    padding-top: 50px;
}

#news {
    padding-top: 100px;
}

#news img {
    padding-bottom: 30px;
    padding-left: 50px;
}

#news a {
    color:#707070;
    text-decoration: none;
}

#news img {
    width: 100%;
    height: 100%;
}

#information {
    padding-top: 100px;
}

#news h2 {
    padding-bottom: 20px;
}

#pp {
    padding-top: 100px;
    padding: 80px 0px;
    background: rgb(248,248,248);
}

#pp h3{
    margin-top: 30px;
    margin-bottom: 80px;
}


#pp .display-1 {
    background: white;
    box-shadow: 0 0 8px 0 rgb(0,0,0,0.08);
}


#pp .upper {
    position: relative;
}

#pp .inner-text {
    position: absolute;
    bottom: 30px;
    left: 28px;
}

#pp .inner-text span {
    font-size: 15px;
    background: rgba(255,255,255,0.6);
    padding: 6px 15px;
    border-radius: 20px;
}

#pp .inner-text h4 {
    font-size: 15px;
    margin-top: 13px;
    margin-bottom: -3.5rem;
}

#pp .lower h3 {
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 32px;
}

#pp .lower span {
    font-size: 12px;
    vertical-align: top;
}

#pp .lower {
    line-height: 25px;
    padding: 10px 20px 20px 20px;
}

#pp a {
    color:black;
}

#tips {
    padding-top: 100px;
    padding-bottom: 50px;
}

#tips p {
    padding-top: 20px;
}

#malware {
    padding-top: 100px;
    padding-bottom: 50px;
}

#malware img {
    width:400px;
    height:350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#phishing {
    padding-top: 100px;
    padding-bottom: 50px;
}

#phishing img {
    width:400px;
    height:350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#fake_website {
    padding-top: 100px;
    padding-bottom: 50px;
}

#fake_website iframe {
    width: 500px;
    height: 500px;
}

#email {
    padding-bottom: 500px;
}
